home *** CD-ROM | disk | FTP | other *** search
Text File | 2001-09-21 | 378 b | 7 lines | [TEXT/ToyS] |
- tell application "Virtual Composer"
- activate
- -- IMPORTANT!! Replace the full file pathnames with the pathnames to the
- -- AIFF files you want. The example files below are bogus!!
- mix {file "HD1:Dosier:test1.aif", file "HD1:Dosier:test2.aif"} in file "HD1:Dosier:test.aif"
- join {file "HD1:Dosier:test1.aif", file "HD1:Dosier:test2.aif"} in file "HD1:Dosier:test.aif"
- end tell